home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / mac / SOFTWARE / MAC / BUILDING / TACO / TacoHTMLEdit.sit / Taco HTML Edit.app / Contents / Resources / Table.nib / classes.nib next >
Encoding:
Text File  |  2003-08-06  |  1.8 KB  |  50 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 cancelInsertTable = id; 
  7.                 determineActiveControls = id; 
  8.                 insertTable = id; 
  9.                 setBgColor = id; 
  10.                 setBorderColor = id; 
  11.                 toggleAdvancedDrawer = id; 
  12.             }; 
  13.             CLASS = TableController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 advancedDrawer = NSDrawer; 
  17.                 alignmentButton = NSPopUpButton; 
  18.                 bgColorButton = NSButton; 
  19.                 bgColorField = NSTextField; 
  20.                 bgColorWell = NSColorWell; 
  21.                 bgImageButton = NSButton; 
  22.                 bgImageField = NSTextField; 
  23.                 borderButton = NSButton; 
  24.                 borderColorButton = NSButton; 
  25.                 borderColorField = NSTextField; 
  26.                 borderColorWell = NSColorWell; 
  27.                 borderField = NSTextField; 
  28.                 borderStepper = NSStepper; 
  29.                 cellPaddingButton = NSButton; 
  30.                 cellPaddingField = NSTextField; 
  31.                 cellPaddingStepper = NSStepper; 
  32.                 cellSpacingButton = NSButton; 
  33.                 cellSpacingField = NSTextField; 
  34.                 cellSpacingStepper = NSStepper; 
  35.                 colField = NSTextField; 
  36.                 colStepper = NSStepper; 
  37.                 colorDrawerButton = NSButton; 
  38.                 heightField = NSTextField; 
  39.                 heightType = NSMatrix; 
  40.                 rowField = NSTextField; 
  41.                 rowStepper = NSStepper; 
  42.                 tablePanel = NSPanel; 
  43.                 widthField = NSTextField; 
  44.                 widthType = NSMatrix; 
  45.             }; 
  46.             SUPERCLASS = NSWindowController; 
  47.         }
  48.     ); 
  49.     IBVersion = 1; 
  50. }